resolution n. 1.决心,果断;坚定,刚毅。 2.(议会等的)决定,决议(案);【法律】〔罕用语〕判决;(疑问等的)解决,解答。 3.分解,溶解;解析,离析;变形,变化,转化。 4.【医学】(疮肿等的)消散;〔罕用语〕松弛。 5.【音乐】由不谐和音转变为谐和音;【诗】用二短音节代替一长音节。 6.【机械工程】分解力;【自动化】分辨(力)。 a man of no resolution of character 意志不坚定的人。 visual resolution 目力分辨率。 come to a resolution=from [make, take] a resolution 决心。 make good resolutions 下定改好的决心。 pass a resolution in favour of [against] 通过赞同[反对]…的决议。
operator n. 1.操作者,机务员;司机,驾驶员;【军事】电话兵;【电话】接线员,话务员(=telephone operator);【电报】报务员。 2.(外科)施行手术者。 3.掮客,经纪人。 4.【语法】功能词。 5.【数学】算子,算符。 6.经营者;〔美国〕工厂主,资方。 7.投机商人,骗子;精明圆滑的人。 8.【戏剧】灯光助理员。 an operator's set 话务员的电话机。 a telegraph operator 电报报务员。 an unitary operator 公正算符。 a mine operator 矿山经营者,矿主。
Intellisense displays a list of valid possible choices after you type the scope resolution operator : : 在键入范围解析运算符( : : )之后, intellisense将显示可能的有效选项的列表。
There is one coding scenario that will pass the compiler but that will result in an unverifiable assembly : calling a virtual function through an object instance using the scope resolution operator 以下编码方案可以通过编译器,但会导致不可验证的程序集:使用范围解析运算符通过对象实例调用虚函数。例如:
百科解释
In computer programming, scope is an enclosing context where values and expressions are associated. The scope resolution operator helps to identify and specify the context to which an identifier refers.